﻿/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.wh{max-width:1630px;margin:0 auto;padding:0 15px;}


.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/*头部样式*/
.top1{height: 32px;line-height: 32px;overflow:hidden;font-size: 13px;color: #00395c; border-bottom:1px solid #CCCCCC6b;}
.k1{color:#666;}
.k1 a{color:#666;}


.top2{height: 130px;overflow:hidden;}
.logo{float:left;line-height: 128px;width: 150px;}
.logo img{width: 150px; }

.twz{background:url(../images/d9aa2d7f9cc10923ccf57abfb1f7fa20485a8c9c_1.png) no-repeat left center;font-weight:bold;padding-left: 18px;margin-left: 17px;font-size: 32px;font-stretch: normal;letter-spacing: 0px;color: #1e64bc;margin-top: 32px;line-height: 30px;}
.twz p:nth-child(2){font-size: 22px;font-weight: normal;font-stretch: normal;line-height: 32px;letter-spacing: 4px;color: #1e64bc;margin-top: 8px;}

.k2{margin-top:32px;font-size:26px;color:#1e64bc;line-height:31px;background: url(../images/tel.png) no-repeat left 30%;padding-left:65px;font-weight:bold; margin-right:100px;}



/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;font-weight:normal;color: #00395c;font-size: 13px;}
.hotSearch a{padding:0 6px 0 8px;background: url(../images/40e67efeb488e0039f85926bc752391e795dde40_1.png) no-repeat left bottom;color:#888888;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}







/* 导航样式 */
#menu{background: #1e64bc;height:50px;}
#menu.cur{position: fixed;width: 100%;left: 0;top:0;z-index: 99999;}


/*搜索和热门搜索*/
.topr{width:26px;}
.ss{position: relative;}
#formsearch2{
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 999;
    display: none;
    width: 214px;
}
#formsearch2 input{
    line-height: 30px;
    height: 30px;
    border: none;
    outline: none;
}
#formsearch2 #keyword{
    width: 160px;
    padding-left: 10px;color:#333;
}
#formsearch2 #s_btn{
    width: 50px;
    background: #215cae;
    color: #fff;

    text-align: center;
    padding: 0;font-size:12px;
}
.ss-btn{line-height:66px;cursor:pointer;
   
}

#formsearch2 input::-webkit-input-placeholder{color:#333;}
#formsearch2 textarea::-webkit-input-placeholder{color:#333;}
.tdh{line-height:66px;color:#fff;font-size:16px;margin-right:20px;display:none;}
#menu.cur .tdh{display:block;}






.dao{width:100%;}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:14.28%;
}

.x-menu > li > a {
  display: block;
  font-size: 17px;
  color: #fff;
  line-height:50px;
}

.x-menu > li:hover > a {
  background: #f15d25;
  color: #fff;
}

.x-menu > li.active > a {

}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: -0%;
  top: 66px;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  
}


@media (max-width:1024px) {
 .twz{display:none;}
 .x-menu > li > a{font-size:15px;}
}


.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}


/*主体样式*/
.box1{background:url(../images/1449166b18ae625b9ffe4dae7478b80ef6240b89_1.jpg) no-repeat;background-size:100% 100%;overflow:hidden;padding:5.1vw 0;}
.box1 .wh{display:flex;justify-content:space-between;}
.cpz{width:14.06%;background:#1d4275;border:1px solid #1d4275;}
.cptt{color:#fff;text-align:center;font-size:30px;line-height:126px;}

.prolist{background:#fff;padding:23px 14px 0;}
.prolist li{margin-bottom:23px;background:#f2f1f1;}
.prolist li a{line-height:56px;color:#1d4275;font-size:16px;background:url(../images/daa5abeebbceb1010d2754e33fbffd0e49bc1a07_1.png) no-repeat 90% center;width:100%;text-indent:10%;display:block;}
.prolist li.cur{background:#1d4275;}
.prolist li.cur a{color:#fff;background:url(../images/abd6b175404818604ed64d718f20b70dbd25b99f_1.png) no-repeat 90% center;}
.cpdh{color:#fff;text-align:center;padding-top:25px;}
.rx{font-size:20px;}
.cpdh h2{font-size:26px;font-family:"Arial";margin-top:10px;}


.cp{width:84.81%;}
.proimg{display:none;}
.proimg.clicked{display:block;}
.proimg ul{display: flex; justify-content: space-between;flex-wrap:wrap; }
.proimg li{position:relative;border:1px solid #1d4275;background:#1d4275;width:24%;}
.proimg li .img img{width:100%;display:block;}
.proimg li h3{line-height:59px;text-align:center;color:#fff;font-size:20px;height:59px;overflow:hidden;}
.proimg li:nth-child(n+5){margin-top:20px;}


@media (max-width:1440px) {
  .cptt{line-height:110px;}
  .prolist li a{line-height:50px;}
  .prolist{padding:20px 10px 0;}
  .prolist li{margin-bottom:20px;}
  .cpdh{padding-top:50px;}
}


@media (max-width:1024px) {
  .box1 .wh{flex-wrap:wrap;}
  .cpz{width:100%;}
  .cpdh{display:none;}
  .cp{width:100%;margin-top:20px;}
  .cptt{line-height:70px;font-size:28px;}
  .prolist li a{line-height:50px;}
  .prolist li{margin-bottom:20px;width:49%;float:left;}
  .prolist li:nth-child(2n){float:right;}
  .proimg li h3{line-height:50px;font-size:18px;height:50px;}
}


@media (max-width:425px) {
  .cptt{line-height:50px;font-size:20px;}
  .prolist{padding:10px 8px 0;}
  .prolist li{margin-bottom:10px;}
  .prolist li a{line-height:40px;font-size:14px;}
  .proimg li{width:49%;}
  .proimg li:nth-child(n+3){margin-top:10px;}
  .proimg li h3{line-height:40px;font-size:15px;height:40px;}
}


@media (max-width:320px) {
  .cptt{font-size:18px;}
  .prolist li{width:100%;float:none;}
  .prolist li:nth-child(2n){float:none;}
}




.box2{background:#fefefa;padding:6.09vw 0 5vw;overflow:hidden;}
.ab{display:flex;justify-content:space-between;}
.abpic{width:42.5%;}
.abpic img{width:100%;}
.about{width:47.5%;}
.abtt{color:#333333;font-size:42px;}
.abwz{color:#333333;font-size:18px;line-height:36px;margin:48px 0;overflow:hidden;}
a.am{color:#fff;font-size:18px;line-height:50px;background:#1c53a0;width:210px;display:block;text-align:center;}

.sj{background-color: rgb(255, 255, 255);box-shadow:0 0 10px #ddd;margin-top:4.17vw;padding:3% 0;}
.sj li{width:25%;float:left;padding-left:7%;}
.sj li+li{background:url(../images/cfa6f9a4dbdeebda45fdaa5730ab5f406c541ebe_1.png) no-repeat left center;}
.sj li .img{width:20%;}
.sj li .det{width:70%;}
.sj li h3{color:#1c53a0;font-size:36px;font-weight:bold;float:left;line-height:40px;}
.sj li i{color:#1c53a0;font-size:36px;font-weight:bold;float:left;font-style:normal;line-height:40px;}
.sj li span{color:#333131;font-size:16px;float:left;margin-top:12px;margin-left:5px;}
.sj li p{color:#434343;font-size:24px;font-weight:300;}


@media (max-width:1440px) {
  .abwz{line-height:35px;height:210px;margin:40px 0;}
}

@media (max-width:1024px) {
  .abwz{height:105px;}
  .sj li{padding-left:4%;}
  .sj li h3{font-size:30px;line-height:40px;}
  .sj li i{font-size:30px;line-height:40px;}
  .sj li p{font-size:18px;}
  .sj li .img{width:30%;}
  .sj li .img img{width:100%;}
  .sj li .det{width:62%;}
  .abtt{font-size:36px;}
}


@media (max-width:768px) {
  .ab{flex-wrap:wrap;}
  .abpic{width:100%;}
  .about{width:100%;margin-top:20px;}
  .abtt{font-size:35px;}
  .abwz{font-size:16px;line-height:30px;margin:20px 0;height:auto;}
 .sj li+li{background:none;}
 .sj li .img{display:none;}
 .sj li .det{width:100%;}
}

@media (max-width:425px) {
  .abtt{font-size:25px;}
  .abwz{font-size:14px;line-height:28px;}
  a.am{font-size:16px;line-height:40px;width:180px;}
  .sj li{width:50%;float:left;}
  .sj li:nth-child(n+3){margin-top:10px;}
  .sj li h3{font-size:25px;line-height:30px;}
  .sj li i{font-size:25px;line-height:30px;}
  .sj li p{font-size:16px;}
  .sj li span{margin-top:5px;font-size:14px;}
}



.box3{background:url(../images/47e998de0b9d88540177289697878361cb560272_1.jpg) no-repeat;background-size:100% 100%;overflow:hidden;padding:4.58vw 0;}
.bt{text-align:center;color:#fff;}
.bt h2{font-size:42px;}
.bt h3{font-size:18px;margin-top:12px;}
.box3 .cont{margin-top:2.86%;}

.tab{display:none;}
.tab.clicked{display:block;}
.tab li{position:relative;}
.tab li .det{width:54.62%;background:#1c53a0;padding:4% 0;}
.tab li .nr{margin-left:8.7%;width:57.89%;color:#fff;}
.tab li .ybt{font-size:42px;}
.tab li h3{font-size:34px;border-bottom:1px solid #ffffff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-bottom:18px;margin-top:30px;}
.tab li h4{font-size:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"黑体";margin-top:15px;}
.tab li h5{font-size:18px;font-family:"黑体";line-height:30px;margin-top:35px;}
.tab li .zx{width:125px;line-height:37px;background:#fff;text-align:center;color:#003318;font-size:18px;font-family:"黑体";margin-top:28px;display:block;letter-spacing:2px;}
.tab li .img{width:49.38%;position:absolute;right:0;top:12%;z-index:999;}
.tab li .img img{width:100%;display:block;}

.tabli{width:54.62%;margin-top:50px;}
.tabli li{font-size:20px;font-family:"黑体";letter-spacing:2px;width:140px;line-height:56px;border:2px solid #fff;color:#fff;cursor:pointer;text-align:center;margin-right:50px;float:left;}
.tabli li.cur{background:#1c53a0;}


@media (max-width:1440px) {
  .tab li .det{padding:3% 0;}
  .tabli{margin-top:40px;}
  .tabli li{margin-right:30px;line-height:50px;}
}

@media (max-width:1024px) {
  .bt h2{font-size:36px;}
  .bt h3{font-size:16px;margin-top:10px;}
  .tabli{width:100%;}
  .tab li .ybt{font-size:36px;}
  .tab li h3{font-size:30px;}
  .tab li .img{top:8%;}
}


@media (max-width:768px) {
  .tab li .det{width:100%;padding:4% 0;margin-bottom:20px;}
  .tab li .img{width:100%;position:static;}
  .tabli ul{display:flex;justify-content:space-between;}
  .tabli li{margin-right:0;width:22%;}
}

@media (max-width:425px) {
   .bt h2{font-size:25px;}
   .bt h3{font-size:14px;margin-top:10px;}
   .tab li .nr{margin-right:8%;margin-left:8%;width:84%;}
   .tab li .ybt{font-size:25px;}
   .tab li h3{font-size:20px;margin-top:15px;}
   .tab li h4{font-size:16px;}
   .tab li h5{font-size:16px;margin-top:20px;}
   .tab li .zx{font-size:16px;letter-spacing:1px;margin-top:20px;}
   .tabli{margin-top:20px;}
   .tabli li{font-size:15px;letter-spacing:0;line-height:40px;}
}

@media (max-width:375px) {
   .tabli ul{flex-wrap:wrap;}
   .tabli li{width:48%;}
   .tabli li:nth-child(n+3){margin-top:10px;}
   .tab li .ybt{font-size:25px;}
   .tab li h3{font-size:20px;}
   .tab li h5{font-size:14px;line-height:25px;margin-top:15px;}
     .xypg-right-content p img{ width:100%}
}


.box4{overflow:hidden;background: url(../images/3.jpg) no-repeat;padding: 4vw 0 1.2vw; background-size:cover;}
.box4{overflow:hidden;padding: 4vw 0 1.2vw;}
.c6_index{margin-top:2.5vw;}



.box5{background:#1d4275;overflow:hidden;padding:2.08vw 0 1vw;  background: url(../images/22ba01bf8ccfa5b4ee3df505413df8a75110a3f1_1.png) no-repeat;}
.hzzb{width:13%;margin-top:70px;}
a.hzm{display:block;text-align:center;color:#fff;border-top:1px solid #fff;border-bottom:1px solid #fff;font-size:18px;width:100px;line-height:45px;margin:0 auto;margin-top:30px;}
.large-img{width:81%;float:right;}
.large-img li{margin-bottom:20px;}
.large-img li img{display:block;width:100%;}
.large-img .slick-slide{margin:0 10px;}



@media (max-width:1440px) {
  .hzzb{width:15%;}
}

@media (max-width:1024px) {
 .hzzb{width:100%;float:none;margin-top:0;}
 .large-img{width:100%;float:none;margin-top:20px;}
 a.hzm{display:none;}
}


@media (max-width:480px) {
 .large-img li{margin-bottom:10px;}
 .large-img .slick-slide{margin:0 5px;}
   .xypg-right-content p img{ width:100%}
}








/*友情链接*/
.f_link{background:#1c53a0;font-size:16px;color:#fff;padding:23px 0;}
.f_link a{color:#fff;opacity:.7;font-size:14px;padding:0 8px;}




/*页面底部*/
.foot{background:#1c53a0;padding:55px 0 25px;}
.wh2{max-width:1450px;margin:0 auto;padding:0 15px;}
.f_nav{width:50%;float:left;}
.f_nav dl{float:left;width:25%;}
.f_nav dt{margin-bottom:30px;font-size:18px;color:#fff;}
.f_nav dd a{font-size:15px;color:#fff;line-height:30px;opacity:.9;}

.foot2{width:25.69%; margin-left:110px;}
.gsm{margin-bottom:30px;font-size:24px;color:#fff;}
.lx{font-size:16px;color:#fff;opacity:.9;line-height:40px;}
.lx p{ height:35px; line-height:35px;}

.foot3{width:18.17%;}
.lytt{font-size:18px;color:#fff; margin-bottom:10px;}

.foot4{width: 9%; margin-right:5%;}
.foot4 img{display:block;max-width: 100%;margin: 0 auto;}
.foot4 li{width:100%;text-align:center;}
.foot4 h3{color:#fff;font-size:16px;font-weight:300;margin:13px 0 21px;}


.bq{line-height:28px;color:rgba(255,255,255,.7);font-size:14px;background:#0d3f87;padding:20px 0;  text-align: center;}
.bq a{color:rgba(255,255,255,.7);}



@media (max-width:1024px) {
  .f_nav dt{font-size:16px;}
  .gsm{font-size:26px;margin-bottom:25px;}
  .lx{font-size:14px;}
    .xypg-right-content p img{ width:100%}
}


@media (max-width:768px) {
  .f_nav{display:none;}
  .foot4{display:none;}
  .foot2{width:45%;}
   .foot3,.bq,.foot2{display:none;}
  .foot3{width:45%;float:right;}
    .xypg-right-content p img{ width:100%}
}

@media (max-width:430px) {
  .foot{padding:28px 0 0px;background:#fff;}
  .foot2{width:100%;float:none;margin-left:0px;}
  .foot3,.bq,.foot2{display:none;}
  .gsm{font-size:20px;margin-bottom:15px;}
  .lx{line-height:25px;font-size:13px;}
  .xypg-right-content p img{ width:100%}

 <!-- .bq{padding:15px 0 50px;font-size:13px;}-->
}


/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}

/*和地图冲突*/
@media (max-width: 768px) {
 .x-banner{margin-top:60px;}
 .page-banner{margin-top:60px;}
 .-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
    .xypg-right-content p img{ width:100%}
}


/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}

}


.dbb{height:50px;}



.x-message {

}

.x-message-wrap {

}


.x-message-wrap .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap input[type='text'], .x-message-wrap textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #fff;
    padding: 0 12px;
    font-size: 16px;
    color:#fff;
    background:none;
    outline: none;
    margin-top:5px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder, .x-message-wrap textarea::-webkit-input-placeholder {
    color:#fff;
}

.x-message-wrap input[type='text']::-moz-placeholder, .x-message-wrap textarea::-moz-placeholder {
    color:#fff;
}

.x-message-wrap input[type='text']::-ms-input-placeholder, .x-message-wrap textarea::-ms-input-placeholder {
    color:#fff;
}

.x-message-wrap input[type='text']::placeholder, .x-message-wrap textarea::placeholder {
    color:#fff;
}

.x-message-wrap textarea {
    padding-top: 5px;
    height: 75px;
    resize: none;
}

.x-message-wrap #checkcode {
    float: left;
    width:45%;
    margin-bottom: 0;border-radius:0;
}

.x-message-wrap #codeimg2 {
    float: right;
    display: block;
    text-align: center;
    width:45%;
    height: 35px;
    font-size: 0;
    background: #e7e4e4;margin-top:18px;
}

.x-message-wrap #codeimg2 img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap .x-submit {
    float:left;
    width:35%;
    height: 27px;
    background: #1c53a0;
    color: #fff;
    font-size: 14px;
	border:1px solid #FFFFFF;

    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top:18px;
}

.x-message-wrap .reset {
    float:left;
    width:35%;margin-left:5%;
    height: 27px;
    background:none;border:1px solid #fff;
    color: #fff;
    font-size: 14px;
    outline: none;margin-top:18px;
}


.x-message-wrap .x-submit:hover {
    background: #1c53a0;
}
.n-default .n-invalid {
    border-color: #1c53a0 !important;
}

.lightbox .lb-image{
  margin-top: 10%;
}